IOError

class IOError(val message: String) : BackupExportResult.Failure

Represents an I/O error that occurs during an export process.

It's unlikely for this to ever be thrown on JavaScript/Browser

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
val message: String